home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / fiften10.zip / SYSOP.TXT < prev   
Text File  |  1992-07-04  |  8KB  |  246 lines

  1.  
  2.  
  3.               ############################################
  4.                                 MATCH 15
  5.                            Copyright (c) 1991
  6.                         Written by : Danny Davis
  7.               ############################################
  8.  
  9.  
  10.  
  11. General Information :
  12. =====================
  13.  
  14.      This program is provided as is with no warranties whatsoever.  We will
  15.      not be held liable for any damage or losses from the use of this
  16.      software.  This program has been tested and tested again and I have yet
  17.      to have any problems arise from the use of this program.
  18.  
  19.      This program may be used for a period of 30 days to evaluate and decide
  20.      if you wish to REGISTER this program.  If you decide that you do not wish
  21.      to register this program then please remove it from your BBS door
  22.      section.  In the event you wish to register this door please print out
  23.      the REGISTER.TXT and send it to the address provided at the end of the
  24.      text file.
  25.  
  26.      You may freely distribute this program as long as no money is charged for
  27.      it and no alteration's are made to the program or its files.
  28.  
  29.  
  30. Requirements :
  31. ==============
  32.  
  33.      BRUN45.EXE Runtime Module File (Needed for he program to run)
  34.      CGA Monitor (sysop end only,  Mono is okay on remote providing remote   
  35.                   user receives ansi)
  36.      IBM XT/AT/386
  37.      BBS that makes one of the following Drop File's
  38.  
  39.           CALLINFO.BBS
  40.           DOOR.SYS
  41.           DORINFO#.DEF
  42.  
  43.      
  44.      This program has been tested on the following systems :
  45.      -------------------------------------------------------
  46.  
  47.           WILDCAT 2.x and 3.x,
  48.           Gap v4.0 and greater,
  49.           PcBoard v14.0 or greater,
  50.           QuickBBS v2.6 thru v2.75,
  51.           Remote Access.
  52.           SuperBBS
  53.           Telegard
  54.  
  55.      This program should also work with other DORINFOx.DEF producing BBS's,
  56.      such as RBBS and SuperBBS.  For other BBS's not mentioned, there are MANY
  57.      door conversion utilities available.
  58.  
  59.      This door will also run under Desqview.
  60.  
  61.  
  62.  
  63. Installation Of The Door :
  64. ==========================
  65.  
  66.      Step One :
  67.      ----------
  68.      
  69.      First create a directory for the program and place all the files into
  70.      that directory.
  71.  
  72.      i.e.  C:\WILDCAT\DOOR\MATCH     (whatever your DOOR directory will be)
  73.  
  74.      
  75.      Step Two :
  76.      ----------
  77.  
  78.      Use the install program to configure the configuration file to meet 
  79.      your specifications.
  80.  
  81.  
  82.      Contents Of The Configuration File :
  83.      ------------------------------------
  84.  
  85.      Line one is the path to your door,  which should be the same as the path
  86.      you created in STEP ONE.
  87.  
  88.      Line two is the name of your BBS.
  89.  
  90.      Line three MUST be left alone.  It should be set to 0 (zero).
  91.  
  92.      Line four is the name that you use on your BBS.
  93.  
  94.      Line five is where you specify if you are running at Lock Baud or not.  
  95.      If you are running Lock Baud then enter the Baud Rate... i.e. 9600, 19200,   
  96.      etc.... Or enter 0 (zero) for none.
  97.  
  98.      Line six is where you specify what type of BBS you are running.  
  99.  
  100.           WC2 - Wildcat 2.x  (CALLINFO.BBS)
  101.           WC3 - Wildcat 3.x  (DOOR.SYS)
  102.           GAP - Gap Systems  (DOOR.SYS)
  103.           Dorinfo#.def - QBBS, RA, RBBS, SBBS  (DORINFO#.DEF)
  104.           The # is replaced with the numerical value for the Dorinfo drop file
  105.  
  106.      Line seven is where you specify what the ansi file path and name will be
  107.      for the TOP 10 Bulletin.
  108.  
  109.      Line eight is where you specify what the ascii file path and name will be
  110.      for the TOP 10 Bulletin.
  111.  
  112.  
  113.      
  114.  
  115.  
  116.     
  117.      Here is the completed file :
  118.      ----------------------------
  119.  
  120.      C:\WILDCAT\DOOR\MATCH
  121.      The Lighthouse BBS
  122.      0
  123.      Danny Davis
  124.      19200 or 0 (zero) for none
  125.      WC3
  126.      C:\WILDCAT\BULL\BULL1.ANS
  127.      C:\WILDCAT\BULL\BULL1.ASC
  128.  
  129.  
  130.  
  131. BBS Batch Files :
  132. =================
  133.  
  134.      WILDCAT 2.X (CALLINFO.BBS) :
  135.      ----------------------------
  136.  
  137.      CD\WILDCAT\DOOR\MATCH
  138.      COPY C:\WILDCAT\CALLINFO.BBS
  139.      MATCH
  140.      15BULL
  141.      CD\WILDCAT
  142.      CAT
  143.  
  144.      CALLINFO.BBS has to be copied to the game path.  If it doesn't find the 
  145.      CALLINFO.BBS file then it will exit back to the BBS.  Will also show the
  146.      user a error code.
  147.  
  148.      WILDCAT 3.X (DOOR.SYS) :
  149.      ------------------------
  150.  
  151.      This will run the same as above except instead of copying CALLINFO.BBS 
  152.      you'll copy the DOOR.SYS file.
  153.  
  154.      QuickBBS & DORINFO#.DEF  (a Type 15 for QuickBBS) :
  155.      ---------------------------------------------------
  156.  
  157.      You may specify up to nine different DORINFO#.DEF's by using the 
  158.      install program.
  159.  
  160.      D:
  161.      CD\DOORS\MATCH
  162.      COPY C:\QBBS\DORINFO2.DEF
  163.      MATCH
  164.      15BULL
  165.      C:
  166.      CD\QBBS
  167.      GOTO RESTART
  168.      
  169.      DORINFO#.DEF has to be copied to the game path.  If it doesn't find the 
  170.      DORINFO file,  then it will exit back to the BBS.
  171.  
  172.      To run a type 7 (for QuickBBS),  simply put the MATCH.BAT file in the
  173.      QuickBBS directory,  using "*C /C MATCH.BAT" in the optional data line in
  174.      the type 7 menu.  (there are other ways to do it,  this is the easiest).
  175.  
  176.  
  177.      GAP and PCBOARD :
  178.      -----------------
  179.  
  180.      C:
  181.      CD\DOOR\MATCH
  182.      COPY C:\GAP\DOOR.SYS
  183.      MATCH
  184.      15BULL
  185.      CD\GAP
  186.      GAP
  187.  
  188.  
  189.     Maintenance :
  190.     -------------
  191.  
  192.         Also enclosed is a maintenance file that needs to be ran
  193.         once a day to keep the player.dat file clean.  By passing 
  194.         a number value from 8-30 you can specify how many days you 
  195.         will allow a user to stay in the door before being deleted.
  196.  
  197.         i.e. "MAINT 17"   this allows 17 days before a player is  
  198.                           deleted for non-use
  199.  
  200.     15BULL :
  201.     --------
  202.         This file can be ran each time the door is exited or as a
  203.         nightly event. I recommend after the door exits.  It will
  204.         make a ANSI and a ASCII Bulletin from the information you 
  205.         specify in your installation module.
  206.  
  207.     Page and Comm Control Files :
  208.     -----------------------------
  209.          Read the PAGE.CTL and COMM_IRQ.CTL files and configure it 
  210.          to meet your needs.
  211.  
  212.     Local Mode :
  213.     ------------
  214.          To run the game in LOCAL mode just type /LOCAL after the 
  215.          MATCH.EXE on the command line "MATCH /LOCAL".
  216.  
  217.  
  218.  
  219.     Multi - Line BBS :
  220.     ------------------
  221.          Well this is a rather simple task.  When you run the install
  222.          program you can pick upto 4 different configuration files.
  223.          To run this door as a multi door all you need to do is place
  224.          the following statement:
  225.  
  226.                 MATCH MATCH1.CNF
  227.  
  228.              And so on for the rest of the configuration files.  The
  229.              reason for this is so you may specify the different
  230.              LOCKBAUD rates for each node.
  231.  
  232.  
  233.                              Support BBS :
  234.                              -------------
  235.  
  236.                            The Lighthouse BBS
  237.                               209-442-8329
  238.                            Fido Net 1:205/75
  239.    
  240.                        US ROBOTICS DUAL STANDARD
  241.  
  242.      Registration of this door will cost you $15.00 plus shipping
  243. and handling.  With your registration you will receive a key file
  244. that will work with all future versions of MATCH 15.
  245.      
  246.